home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / DIRECTOR / data.z / Lists Lingo.dir / Scripts_131_set copyList = duplicate(aLinearList).ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  213 b   |  7 lines

  1. on mouseDown
  2.   global gDefaultLinearList, gCopyOfList
  3.   doButton()
  4.   set gCopyOfList to duplicate(gDefaultLinearList)
  5.   set the text of member "Copying Linear Duplicate Display Field 2" to string(gCopyOfList)
  6. end
  7.